GXGetJobFormatMode
You can use theGXGetJobFormatMode
function to obtain the current job format mode for a particular job object.
gxJobFormatMode GXGetJobFormatMode (gxJob aJob);
aJob
- A reference to the job object whose current format mode you wish to obtain.
- function result
- The current job format mode.
DESCRIPTION
TheGXGetJobFormatMode
function returns the current job format mode specified in theGXSetJobFormatMode
function. The modes defined by QuickDraw GX are:
Constant Value Explanation gxGraphicsJobFormatMode 'grph' QuickDraw GX default printing gxTextJobFormatMode 'text' Text-only output gxPostScriptJobFormatMode 'post' PostScript-only output A printer driver may define additional modes.
RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help